github.com/klauspost/compress/zstd.frameHeader.appendTo (method)
6 uses
github.com/klauspost/compress/zstd (current package)
decodeheader.go#L260: return f.appendTo(dst), nil
encoder.go#L257: dst := fh.appendTo(tmp[:0])
encoder.go#L541: dst = fh.appendTo(dst)
encoder.go#L570: dst = fh.appendTo(dst)
frameenc.go#L25: func (f frameHeader) appendTo(dst []byte) []byte {
snappy.go#L98: header := frameHeader{WindowSize: snappyMaxBlockSize}.appendTo(r.buf[:0])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |